Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 1 - Using JManager / Creating a Java Runtime Environment


Ending a Java Runtime Session

After you have completed executing your Java programs, you can end the Java runtime session by calling the function JMCloseSession (page 56). This function disposes of the JMSessionRef object and removes any resources that JManager may have allocated for it. However, if you created any resources (such as AWT contexts and applets) within the session, you should explicitly remove them before calling JMCloseSession.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
23 APR 1997